Skip to content

Commit 83dbdb1

Browse files
committed
Incremented node version
1 parent 1eb6509 commit 83dbdb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: ['18.16.1']
13+
node-version: ['20.10.0']
1414

1515
steps:
1616
- uses: actions/checkout@v3

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: ['18.16.1']
13+
node-version: ['20.10.0']
1414

1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)