We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87d45b6 + 29340f1 commit 1e53e13Copy full SHA for 1e53e13
1 file changed
.github/workflows/pr.yml
@@ -6,6 +6,9 @@ jobs:
6
check:
7
runs-on: ubuntu-latest
8
steps:
9
+ - uses: actions/setup-node@v3
10
+ with:
11
+ node-version: 18
12
- uses: actions/checkout@v3
13
- name: npm install
14
run: npm install
0 commit comments