Skip to content

Commit ab02f5e

Browse files
GitHub workflows update node16 (#117)
* changed nodejs version of deployment * updated workflows to node16
1 parent bc3c6a1 commit ab02f5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/develop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [14.x]
13+
node-version: [16.x]
1414
python-version: [3.0]
1515
env:
1616
S3_BUCKET_PREFIX: hackingstudio-code4maus-projects

.github/workflows/production.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [14.x]
12+
node-version: [16.x]
1313
python-version: [3.0]
1414
env:
1515
BRANCH: production

0 commit comments

Comments
 (0)