Skip to content

Commit

Permalink
Bump node to version 18 for github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
prushfor authored and prushforth committed Jan 19, 2023
1 parent e47145a commit 366401e
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-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
- run: sudo apt-get install xvfb
- run: npm install --legacy-peer-deps
- run: npm install -g grunt-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '18.x'
- run: npm install
- run: npm install -g grunt-cli
- run: grunt default
Expand Down

0 comments on commit 366401e

Please sign in to comment.