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 070bdf5 commit 9515280Copy full SHA for 9515280
.github/workflows/publish.yaml
@@ -9,11 +9,10 @@ jobs:
9
publish:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
13
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
14
with:
15
node-version: 20
16
- registry-url: 'https://registry.npmjs.org'
17
- run: npm ci
18
- run: npm run build
19
- run: npm test
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "payload-plugin-oauth",
3
- "version": "2.2.0-rc.1",
+ "version": "2.2.0",
4
"license": "MIT",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments