Skip to content

Commit

Permalink
Merge pull request #53 from nickel-lang/fix-ci
Browse files Browse the repository at this point in the history
Update node version
  • Loading branch information
Erin van der Veen authored Aug 15, 2024
2 parents 48cb1fc + c913fee commit 88d836a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2-beta
with:
node-version: '12'
node-version: '18'

- name: Display Node versions
run: |
Expand Down

0 comments on commit 88d836a

Please sign in to comment.