Skip to content

Commit 8b06b38

Browse files
committed
ci: switch from node 12 to node 16
1 parent ad2e628 commit 8b06b38

5 files changed

+5
-5
lines changed

.github/workflows/build-packages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-node@v2
2424
with:
25-
node-version: '12.x'
25+
node-version: 16
2626
registry-url: 'https://registry.npmjs.org'
2727
# Defaults to the user or organization that owns the workflow file
2828
scope: '@rimbu'

.github/workflows/documentation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v1
1414
- uses: actions/setup-node@v1
1515
with:
16-
node-version: '14.x'
16+
node-version: 16
1717
- uses: webfactory/ssh-agent@v0.5.0
1818
with:
1919
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}

.github/workflows/publish-canary-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Setup .npmrc file to publish to npm
2222
- uses: actions/setup-node@v2
2323
with:
24-
node-version: '12.x'
24+
node-version: 16
2525
registry-url: 'https://registry.npmjs.org'
2626
# Defaults to the user or organization that owns the workflow file
2727
scope: '@rimbu'

.github/workflows/publish-graduate-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Setup .npmrc file to publish to npm
2222
- uses: actions/setup-node@v2
2323
with:
24-
node-version: '12.x'
24+
node-version: 16
2525
registry-url: 'https://registry.npmjs.org'
2626
# Defaults to the user or organization that owns the workflow file
2727
scope: '@rimbu'

.github/workflows/publish-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Setup .npmrc file to publish to npm
1919
- uses: actions/setup-node@v2
2020
with:
21-
node-version: '12.x'
21+
node-version: 16
2222
registry-url: 'https://registry.npmjs.org'
2323
# Defaults to the user or organization that owns the workflow file
2424
scope: '@rimbu'

0 commit comments

Comments
 (0)