Skip to content

Commit

Permalink
Pin node version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
aseeland authored Oct 2, 2023
1 parent ff89575 commit f016b0a
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 @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '18.13.0'

- name: npm install, build
env:
Expand Down

0 comments on commit f016b0a

Please sign in to comment.