Skip to content

Commit

Permalink
feat: change from node v16 to v18 (#3350)
Browse files Browse the repository at this point in the history
* feat: migrate to node v18

* fix: delete
  • Loading branch information
anxolin authored Nov 7, 2023
1 parent b083bf7 commit edc7de3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [opened, synchronize]

env:
NODE_VERSION: lts/gallium
NODE_VERSION: lts/hydrogen
REACT_APP_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
REACT_APP_PINATA_API_KEY: ${{ secrets.REACT_APP_PINATA_API_KEY }}
REACT_APP_PINATA_SECRET_API_KEY: ${{ secrets.REACT_APP_PINATA_SECRET_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
# Duplicated keys as these are required by `ipfs-deploy`
IPFS_DEPLOY_PINATA__API_KEY: ${{ secrets.REACT_APP_PINATA_API_KEY }}
IPFS_DEPLOY_PINATA__SECRET_API_KEY: ${{ secrets.REACT_APP_PINATA_SECRET_API_KEY }}
NODE_VERSION: lts/gallium
NODE_VERSION: lts/hydrogen

jobs:
ipfs:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ on:
- next
default: latest


env:
NODE_VERSION: lts/gallium
NODE_VERSION: lts/hydrogen
DESTINATION_PATH: dist/libs/${{ inputs.lib }}


jobs:
publish-npm:
name: Publish NPM package
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/hydrogen

0 comments on commit edc7de3

Please sign in to comment.