Skip to content

Commit 4393a2d

Browse files
committed
fix: node-version in matrix
1 parent e4ba0d7 commit 4393a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
runs-on: [ubuntu-latest, windows-latest, macOS-latest]
1414
arch: [x64, arm64]
15-
node-version: ['18']
15+
node-version: ['node18']
1616
include:
1717
- runs-on: ubuntu-latest
1818
os: linux

0 commit comments

Comments
 (0)