File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
17
17
strategy :
18
18
matrix :
19
- node-version : [ 20 ]
20
- deno-version : [ 'v1.41.0 ' ]
19
+ node-version : [ 20, 22 ]
20
+ deno-version : [ 'v1.46.x', 'v2.0.x ' ]
21
21
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
25
25
# Install Node
26
26
- name : Setup Node.js ${{ matrix.node-version }}
32
32
33
33
# Install Deno
34
34
- name : Setup Deno ${{ matrix.deno-version }}
35
- uses : denoland/setup-deno@v1
35
+ uses : denoland/setup-deno@v2
36
36
with :
37
37
deno-version : ${{ matrix.deno-version }}
38
38
- name : Confirm installed Deno version
41
41
# Install pnpm w/cache for quicker installs
42
42
# https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time
43
43
- name : Setup pnpm 9.12.3
44
- uses : pnpm/action-setup@v2
44
+ uses : pnpm/action-setup@v4
45
45
with :
46
46
version : 9.12.3
47
47
run_install : false
50
50
run : |
51
51
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
52
52
- name : Setup pnpm cache
53
- uses : actions/cache@v3
53
+ uses : actions/cache@v4
54
54
with :
55
55
path : ${{ env.STORE_PATH }}
56
56
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ request new features, or to suggest changes to existing features.
99
99
Install the following before proceeding:
100
100
101
101
- ** Node 20.x**
102
- - ** Deno 1.41 .x**
102
+ - ** Deno v1.46 .x**
103
103
- ** pnpm 9.12.x**
104
104
105
105
After pulling down the code, set up dependencies:
You can’t perform that action at this time.
0 commit comments