Skip to content

Commit

Permalink
chore: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dzimiks committed Sep 20, 2024
1 parent c7dfab8 commit 4beb8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.17]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -24,7 +24,7 @@ jobs:
- run: yarn lint
# - run: yarn test
- name: Cache snap build
if: ${{ matrix.node-version == '18.x' }}
if: ${{ matrix.node-version == '18.17' }}
uses: actions/cache@v3
with:
path: ./packages/snap/dist
Expand Down

0 comments on commit 4beb8cf

Please sign in to comment.