We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffebdb2 commit b74efadCopy full SHA for b74efad
.github/workflows/main.yml
@@ -9,17 +9,22 @@ on:
9
10
jobs:
11
lint-and-test:
12
+
13
+ strategy:
14
+ matrix:
15
+ node-version: ['22.11.0']
16
17
runs-on: ubuntu-24.04
18
19
steps:
20
- name: Checkout Code
- uses: actions/checkout@v3
21
+ uses: actions/checkout@v4
22
23
- name: Setup Node.js
- uses: actions/setup-node@v3
- with:
- node-version: 22.11.0
-
24
+ uses: actions/setup-node@v4
25
+ with:
26
+ cache: 'yarn'
27
28
- name: Enable Corepack
29
run: corepack enable
30
0 commit comments