Skip to content

Commit 6f9e87d

Browse files
authored
Merge pull request #14 from sadraskol/upgrade-node
upgrade node16 to node20
2 parents a44c39e + c4dd323 commit 6f9e87d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

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

1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, macos-latest]
13+
os: [ubuntu-latest, macos-13]
1414

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

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ inputs:
99
required: false
1010
default: "7.1.37"
1111
runs:
12-
using: "node16"
12+
using: "node20"
1313
main: "dist/index.js"

0 commit comments

Comments
 (0)