Skip to content

Commit

Permalink
Use Node 16 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Jul 17, 2023
1 parent 35976b0 commit 9e914bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
node-version-file: ".node-version"
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --silent
- name: Publish to NPM
Expand All @@ -30,9 +29,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version-file: ".node-version"
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --silent
working-directory: directory
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.18.0

0 comments on commit 9e914bb

Please sign in to comment.