Skip to content

Commit

Permalink
Upgrade CI to v18 Node
Browse files Browse the repository at this point in the history
  • Loading branch information
martincik committed Apr 12, 2024
1 parent 432cb82 commit abbf22a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn run build-production-release
- run: zip -j widget dist/* README.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn run build-staging-release
- run: zip -j widget dist/* README.md
Expand Down

0 comments on commit abbf22a

Please sign in to comment.