Skip to content

Commit

Permalink
Merge pull request #96 from 10up/chore/update-node-version
Browse files Browse the repository at this point in the history
Update node version (v18)
  • Loading branch information
felipeelia committed Feb 26, 2024
2 parents dc746d3 + a6a03b1 commit c369841
Show file tree
Hide file tree
Showing 7 changed files with 8,018 additions and 6,160 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
php-version: '8.2'
coverage: none

- name: install node v16
- name: install node v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-with-vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
php-version: '8.2'
coverage: none

- name: install node v16
- name: install node v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linting
env:
COMPOSER_VERSION: "2"
COMPOSER_CACHE: "${{ github.workspace }}/.composer-cache"
NODE_VERSION: "16"
NODE_VERSION: "18"
NODE_CACHE: "${{ github.workspace }}/node_modules_cache"

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
env:
COMPOSER_VERSION: "2"
COMPOSER_CACHE: "${{ github.workspace }}/.composer-cache"
NODE_VERSION: "16"
NODE_VERSION: "18"
NODE_CACHE: "${{ github.workspace }}/node_modules_cache"

on:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
Loading

0 comments on commit c369841

Please sign in to comment.