Skip to content

Commit 3030779

Browse files
authored
Merge pull request #145 from 8base/updating-pipelines
[Update] Updating nodeversion for the workflows
2 parents ff58794 + 03d2ed8 commit 3030779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v1
1212
with:
13-
node-version: 11
13+
node-version: 20
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: |
1616
npm install

.github/workflows/publish_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v1
1212
with:
13-
node-version: 11
13+
node-version: 20
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: |
1616
npm install

0 commit comments

Comments
 (0)