Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra authored Oct 30, 2024
2 parents 61fc613 + 275a185 commit 75811c5
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 249 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/node22/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "node20",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:20",
"postCreateCommand": "echo \"//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN\" >> /workspaces/magick-wasm/.npmrc",
"customizations": {
"vscode": {
"extensions": [
"EditorConfig.EditorConfig"
],
"settings": {
"extensions.ignoreRecommendations": true
}
}
}
}
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

env:
LATEST_NODE_VERSION: 20
LATEST_NODE_VERSION: 22

name: main
jobs:
Expand All @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node: [18, 20]
node: [18, 20, 22]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand Down
Loading

0 comments on commit 75811c5

Please sign in to comment.