Skip to content

Commit

Permalink
node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Sep 25, 2023
1 parent e2f861b commit 3cda362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version: '16'
node-version: '18'

- name: Install deps
run: yarn --frozen-lockfile --network-timeout 1000000000
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18'
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: yarn build
Expand Down

0 comments on commit 3cda362

Please sign in to comment.