Skip to content

Commit ad399ab

Browse files
committed
ci: bump node version
1 parent a3ef631 commit ad399ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ on:
33
push:
44
branches: [ main, alpha, beta ]
55
jobs:
6-
publish-npm:
6+
release:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v1
1111
with:
12-
node-version: 12
12+
node-version: 14
1313
registry-url: https://registry.npmjs.org/
1414
- name: Cache Node.js modules
1515
uses: actions/cache@v2

0 commit comments

Comments
 (0)