Skip to content

Commit

Permalink
chore: bump dependencies + fix documentation (#61)
Browse files Browse the repository at this point in the history
* bump deps

* update version number to reflect v1.2.0
  • Loading branch information
zerosnacks authored Dec 19, 2024
1 parent 8f1998e commit 08fa32f
Show file tree
Hide file tree
Showing 12 changed files with 104,939 additions and 103,892 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js 16.x
uses: actions/setup-node@v2.5.1
- name: Use Node.js 23.x
uses: actions/setup-node@v4.1.0
with:
node-version: 16.x
node-version: 23.x

- name: Install dependencies
run: npm ci
Expand All @@ -40,7 +40,7 @@ jobs:
id: diff

# If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v23.4.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -133,4 +133,4 @@ $ npm ci
$ npm run build
```

You **have** to use Node.js 20.x.
You **have** to use Node.js 23.x.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Releasing

- Make sure the dist folder is up to date (run `npm build` and make sure there is no diff)
- Make sure the dist folder is up to date (run `npm run build` and make sure there is no diff)
- Create a new tag (`vx.y.z`) and push it (or create it through GitHub)
- Publish a new GitHub release, ensuring "Publish to GitHub Marketplace" is checked
- **Important**: You should also move the `vx` tag to the new release. For example, if you are releasing a `v1.y.z` version, also move the `v1` tag to the same commit.
95,023 changes: 47,519 additions & 47,504 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

112,739 changes: 56,638 additions & 56,101 deletions dist/save/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/save/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/save/sourcemap-register.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sourcemap-register.js

Large diffs are not rendered by default.

Loading

0 comments on commit 08fa32f

Please sign in to comment.