Skip to content

Commit 4c20584

Browse files
authored
Update main.yml
1 parent 6613f06 commit 4c20584

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2121
- uses: actions/checkout@v2
2222
- uses: actions/setup-node@v1
23+
with:
24+
node-version: 16.13.0
2325
- name: Save release version to outputs
2426
id: save_release_version
2527
run: echo ::set-output name=version::$(node -pe "require('./package.json').version")

0 commit comments

Comments
 (0)