Skip to content

Commit

Permalink
Merge branch 'main' into simodrws/remove-old-code
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Sep 25, 2023
2 parents 2e24ce3 + 3cda362 commit 00a671f
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 00a671f

Please sign in to comment.