Skip to content

Commit

Permalink
chore: update to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ibooker authored Aug 29, 2023
1 parent 565640e commit 61f1d9d
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 @@ -12,6 +12,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "18.x"
- run: npm install
- run: npm test

0 comments on commit 61f1d9d

Please sign in to comment.