Skip to content

Commit

Permalink
Merge pull request #26 from tricknotes/update-node-version-to-18
Browse files Browse the repository at this point in the history
Update Node.js version to 18 on CI
  • Loading branch information
tricknotes authored Nov 2, 2024
2 parents 0bc38b8 + dea31a5 commit 44b7fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "18.x"

- name: Setup Google Chrome
uses: browser-actions/setup-chrome@latest
Expand Down

0 comments on commit 44b7fd8

Please sign in to comment.