Skip to content

Commit bddd6e0

Browse files
committed
bumped node version to 20.x
1 parent 966a5cf commit bddd6e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master-deployment.yml

Lines changed: 2 additions & 2 deletions
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: [18.x]
12+
node-version: [20.x]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Use Node.js ${{ matrix.node-version }}
@@ -39,7 +39,7 @@ jobs:
3939
url: https://needle-starterkit.graphapp.io/
4040
strategy:
4141
matrix:
42-
node-version: [ 18.x ]
42+
node-version: [ 20.x ]
4343
steps:
4444
- uses: actions/checkout@v4
4545
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)