Skip to content

Commit

Permalink
Update to Node 18 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy authored Oct 9, 2023
2 parents f138cd1 + baac5fd commit 2a320a8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup node
uses: actions/[email protected]
with:
node-version: 16.x
node-version: 18.x
cache: yarn

- name: configure git
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16.x]
node: [18.x]
react: [16, 17, 18]
steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'yarn'
- run: yarn install --immutable
- name: Webpack compile everything
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 16.x
node-version: 18.x
cache: 'yarn'
- name: install node packages
run: yarn install --frozen-lockfile
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 16.x
node-version: 18.x
cache: 'yarn'
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18

0 comments on commit 2a320a8

Please sign in to comment.