Skip to content

Commit

Permalink
ci: upgrade action and node version (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino authored Jan 26, 2024
1 parent edfa59e commit 210e8cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
node-version: [18, 20]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: supercharge/[email protected]
Expand Down Expand Up @@ -62,12 +62,12 @@ jobs:
if: github.ref == 'refs/heads/master'
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: "0"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
registry-url: 'https://registry.npmjs.org'
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- run: yarn
Expand Down

0 comments on commit 210e8cc

Please sign in to comment.