Skip to content

Commit d161583

Browse files
committed
Change github action node version to gallium
1 parent 1f98b8d commit d161583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: lts/fermium
17+
node-version: lts/gallium
1818
- run: yarn --frozen-lockfile
1919

2020
publish-npm:
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v2
2525
- uses: actions/setup-node@v2
2626
with:
27-
node-version: lts/fermium
27+
node-version: lts/gallium
2828
registry-url: https://registry.npmjs.org/
2929
- run: yarn --frozen-lockfile
3030
- run: yarn build

0 commit comments

Comments
 (0)