Skip to content

Commit ed31749

Browse files
committed
chore: Run node 14 when releasing
1 parent a719fc9 commit ed31749

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: actions/setup-node@v1
18+
- uses: actions/setup-node@v3
19+
with:
20+
node-version: "14"
1921
- name: Cache Node.js modules
2022
uses: actions/cache@v2
2123
with:

0 commit comments

Comments
 (0)