Skip to content

Commit f016b0a

Browse files
authored
Pin node version for build
1 parent ff89575 commit f016b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: '18'
21+
node-version: '18.13.0'
2222

2323
- name: npm install, build
2424
env:

0 commit comments

Comments
 (0)