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 13024b4 commit 247832dCopy full SHA for 247832d
1 file changed
.github/workflows/npm-publish-github-packages.yml
@@ -11,10 +11,10 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
16
with:
17
- node-version: 16
+ node-version: 20
18
- run: npm ci
19
20
publish-gpr:
@@ -24,10 +24,10 @@ jobs:
24
contents: read
25
packages: write
26
27
28
29
30
31
registry-url: https://registry.npmjs.org
32
33
- run: git config --global user.email "andrew@foundryvtt.com"
0 commit comments