Skip to content

Commit

Permalink
ci: use node 18.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Jan 30, 2025
1 parent 9021509 commit cea3892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 18.18
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
pull_request:

jobs:
build:
dapp:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [18.18]
steps:
- name: Checkout dapp
uses: actions/checkout@v2
Expand Down

0 comments on commit cea3892

Please sign in to comment.