Skip to content

Commit

Permalink
chore: pin node version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Mar 2, 2022
1 parent e3a6a26 commit cfc2bec
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14

- name: Install dependencies
uses: bahmutov/npm-install@v1

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14

- name: Install dependencies
uses: bahmutov/npm-install@v1

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: smoke

on:
workflow_run:
Expand All @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14

- name: Install dependencies
uses: bahmutov/npm-install@v1

Expand Down

0 comments on commit cfc2bec

Please sign in to comment.