Skip to content

Commit

Permalink
chore: using node version 18 and 20 on workflows, and using node vers…
Browse files Browse the repository at this point in the history
…ion 18 instead of 16 on release workflow
  • Loading branch information
wainola committed Nov 7, 2023
1 parent a9c72c2 commit 5e153b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [18, 20]
fail-fast: true
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
scope: '@buildwithsygma'
env:
Expand Down

0 comments on commit 5e153b2

Please sign in to comment.