Skip to content

Commit b137403

Browse files
author
Eric Nograles
committed
updates GH actions to Node LTS and removes yarn
1 parent 79e64f4 commit b137403

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/npm-publish.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
16-
with:
17-
node-version: 12
18-
- uses: borales/[email protected]
15+
- uses: actions/setup-node@v2
1916
with:
20-
cmd: install
17+
node-version: 14
18+
- run: npm install
2119

2220
publish-npm:
2321
needs: build

0 commit comments

Comments
 (0)