Skip to content

Commit dcff09b

Browse files
ElMassimoSDRACK
authored andcommitted
chore: update node version in workflow
1 parent 41a37b7 commit dcff09b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest]
12-
node: [16]
12+
node: [18]
1313

1414
runs-on: ${{ matrix.os }}
1515

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-node@v3
3737
with:
38-
node-version: '14'
38+
node-version: '18'
3939

4040
- uses: ruby/setup-ruby@v1
4141
with:

0 commit comments

Comments
 (0)