Skip to content

Commit

Permalink
build: bump github action node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
davcd committed Aug 29, 2023
1 parent 0d81d33 commit 24cc1c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- id: version-check
uses: EndBug/version-check@v1
with:
Expand All @@ -30,7 +30,7 @@ jobs:
ref: ${{ needs.version-check.outputs.commit }}
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- run: npm ci
- run: npm test

Expand All @@ -43,7 +43,7 @@ jobs:
ref: ${{ needs.version-check.outputs.commit }}
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down

0 comments on commit 24cc1c8

Please sign in to comment.