Skip to content

Commit

Permalink
bump setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Oct 17, 2023
1 parent 7098271 commit 808b4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test and publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 16.9.1
- run: npm ci
Expand All @@ -25,7 +25,7 @@ jobs:
needs: build-and-test
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 16.9.1
- run: echo ::set-output name=CURRENT_VERSION::$(node -p "require(\"./package.json\").version")
Expand Down

0 comments on commit 808b4aa

Please sign in to comment.