Skip to content

Commit b4581a7

Browse files
author
Guy Bedford
authored
feat: support top-level resource definitions (#158)
1 parent 2f71306 commit b4581a7

14 files changed

Lines changed: 312 additions & 231 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- uses: actions/setup-node@v2
4040
with:
41-
node-version: '20'
41+
node-version: '22'
4242

4343
- name: Cache Rust dependencies
4444
uses: actions/cache@v3
@@ -48,7 +48,7 @@ jobs:
4848
key: engine-build-${{ hashFiles('Cargo.lock', 'crates/spidermonkey-embedding-splicer/src/**/*.rs') }}
4949

5050
- name: Install NPM packages
51-
run: npm install
51+
run: npm ci
5252

5353
- name: Get StarlingMonkey Commit
5454
id: starlingmonkey-commit

0 commit comments

Comments
 (0)